lcGetDivPt Home

Retrieves a point from a buffer.

 BOOL lcGetDivPt (
   int iPnt,
   double* pX,
   double* pY,
   double* pAngle
 );

Parameters
iPnt
  Index of a point.
pX pY
  Pointers to variables that will receive the point coordinates.
pAngle
  Pointer to variable that will receive direction angle at the point.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  Code sample,   lcPlineDivide,   lcPlineDivide2